@datapos/datapos-development 0.3.368 → 0.3.372
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -0
- package/dist/datapos-development.es.js +895 -895
- package/dist/datapos-development.es.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -62,6 +62,20 @@ All utilities are designed to be run from `package.json` scripts and assume that
|
|
|
62
62
|
}
|
|
63
63
|
```
|
|
64
64
|
|
|
65
|
+
## Resources
|
|
66
|
+
|
|
67
|
+
Common resources (files) used across Data Positioning projects.
|
|
68
|
+
|
|
69
|
+
| Name | File |
|
|
70
|
+
| --------------------------------------------- | -------------------------------------------------------------------- |
|
|
71
|
+
| ESLint rules \* | [eslint.config.ts](eslint.config.ts) |
|
|
72
|
+
| Git path attributes | [.gitattributes](.gitattributes) |
|
|
73
|
+
| Git ignore rules for published repositories | [resources/.gitignore_PUBLISHED](resources/.gitignore_PUBLISHED) |
|
|
74
|
+
| Git ignore rules for unpublished repositories | [resources/.gitignore_UNPUBLISHED](resources/.gitignore_UNPUBLISHED) |
|
|
75
|
+
| LICENSE | [LICENSE](LICENSE) |
|
|
76
|
+
| Markdown lint rules | [.markdownlint.json](.markdownlint.json) |
|
|
77
|
+
| VS Code key bindings | [resources/vsCodeKeyBindings.json](resources/vsCodeKeyBindings.json) |
|
|
78
|
+
|
|
65
79
|
## Bundle Analysis Reports
|
|
66
80
|
|
|
67
81
|
The Bundle Analysis Report provides a detailed breakdown of the bundle’s composition and module sizes, helping identify which modules contribute most to the final build. It is generated automatically on each release using the `npm` package [rollup-plugin-visualizer](https://www.npmjs.com/package/rollup-plugin-visualizer).
|